-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't connect to octoprint over SSL #3203
Comments
The connection code, IIRC, uses the Perl cURL library. Should be fixable "Nothing unreal exists." - Kiri-kin-tha's First Law of Metaphysics. On Wed, Jan 13, 2016 at 1:10 AM, Richard Bateman notifications@github.com
|
If you can give me an idea of where to start looking I may be able to fix it myself? |
It'll have to wait until I can get in front of the codebase. "Nothing unreal exists." - Kiri-kin-tha's First Law of Metaphysics. On Wed, Jan 13, 2016 at 12:32 PM, Richard Bateman notifications@github.com
|
Meh, I'm currently sitting in a datacenter re-installing servers; as much as I'd like to, I probably shouldn't be playing with my 3d printer right now anyway =] No rush, just wanted to let you know I'm willing to help as I can to solve the problem. Richard
|
I remembered that I had committed a fix for something else but should be in "Nothing unreal exists." - Kiri-kin-tha's First Law of Metaphysics. On Wed, Jan 13, 2016 at 12:45 PM, Richard Bateman notifications@github.com
|
Moving to 1.3.1, I'd like to do this in xsgui instead of Perl. |
Probably related to this. I use OctoPi as installed with the dietpi distro, By default this opens up the OctoPi instance on port 5000. Slic3r does not have an option to change the port. even if the IP address 192.168.xxx.xxx:5000 is used, it appears just to be checking port 80. The following error message is received. |
Just to let everybody know, i started working on this yesterday and got proof-of-concept fix done.
Should I still make a pull request with the fix? |
@Stiixxy did you have to add a new Perl module for a dependency? |
@lordofhyphens yes i beleive it required the LWP::Protocol::https module. I'm gonna recheck it when i'm working on it again. I got a https fix and http credentials for basic authentication because that's how my octoprint is setup. |
I have my octoprint server exposed via an SSL port so I can access it remotely, but slic3r can't use it. Is this something that can be trivially fixed? Would be cool =]
Awesome tool, keep up the good work.
The text was updated successfully, but these errors were encountered: