Hi,
When I’m using RESTed with the POST method as described on page 86, I got the following error “An SSL error has occurred and a secure connection to the server cannot be made.”
The xcode console gave me this output :
Server starting on http://localhost:8080
[ ERROR ] invalid HTTP method (Logger+LogError.swift:32)
[ DEBUG ] ConformHTTPParserError
toDebuggable
for better debug info. (Logger+LogError.swift:34)
[ ERROR ] invalid HTTP method (Logger+LogError.swift:32)
[ DEBUG ] ConformHTTPParserError
toDebuggable
for better debug info. (Logger+LogError.swift:34)
[ ERROR ] invalid HTTP method (Logger+LogError.swift:32)
[ DEBUG ] ConformHTTPParserError
toDebuggable
for better debug info.
(Logger+LogError.swift:34)
I checked carefully my configure.swift, everything seems right, docker is also running PostfreSQL. Any idea about what could be wrong ?