Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL doesnt work using latest ql version #33

Closed
nightshade427 opened this issue Feb 26, 2015 · 2 comments
Closed

SSL doesnt work using latest ql version #33

nightshade427 opened this issue Feb 26, 2015 · 2 comments

Comments

@nightshade427
Copy link
Contributor

I get an error when using using latest ql version and cl-async master

 (as:with-event-loop ()                                                                                         
           (bb:catcher                                                                                                  
            (bb:alet ((result (das:http-request "https://www.firma8.com/")))                                            
              (format t "result: ~s" result))                                                                           
            (t (e) (format t "error: ~a" e))))

Error:

There is no applicable method for the generic function                                                                  
  #<STANDARD-GENERIC-FUNCTION                                                                                           
    (SETF CL-ASYNC-SSL::SOCKET-SSL-FUNCTION) (1)>                                                                       
when called with arguments                                                                                              
  (CL-ASYNC-SSL::SSL-CONNECT                                                                                            
   #<CL-ASYNC:ASYNC-IO-STREAM {100CA7A063}>).                                                                           
   [Condition of type SIMPLE-ERROR]
@nightshade427
Copy link
Contributor Author

Looks like this is an issue in cl-async master when using stream:t and ssl. Im going to open issue there and reference it here as well.

orthecreedence/cl-async#126

@orthecreedence
Copy link
Owner

Closing in favor of cl-async issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants