Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Adding SSL to Alpha Server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adding SSL to Alpha Server

    I am planning on adding an SSL to the Alpha Server. Is it as simple as the following link says it is? http://wiki.alphasoftware.com/~alpha...er+Certificate

    Or are there other things I need to watch out for?

    Any tips and tricks are very much welcomed. Btw, im planning on purchasing the ssl from GoDaddy since this is also where I purchased my domain name.

    #2
    Re: Adding SSL to Alpha Server

    Just make sure you copy the key correctly. Following the instructions from Alpha works well. I also use GoDaddy.
    Reed Brown
    ITOT Solutions, Inc.
    Alpha v12

    Comment


      #3
      Re: Adding SSL to Alpha Server

      I run two instances of alpha one on port 80 and the ssl on 443 the installation of the certificate was fairly straight forward and godaddys documentation on it helps.
      I don't remember the specific issues i ran into but it wasn't too hard to figure out.
      Good luck
      NWCOPRO: Nuisance Wildlife Control Software My Application: http://www.nwcopro.com "Without forgetting, we would have no memory at all...now what was I saying?"

      Comment


        #4
        Re: Adding SSL to Alpha Server

        Well, I got the SSL from GoDaddy and pointed the certificate file, private key file and certificate chain file to the directory which holds them but now my internal users can not connect to my site. I currently use the ip address of the machine I have hosting the site in order to connect but now they can not connect? Any ideas here?

        Also, for an external connection, I use to be able to simply type in www.mydomain.com:81 and connect to my site, but after entering applying SSL I cant reach it unless I type "https://www.mydomain.com:81" Is this normal?

        For now I disabled the ssl setting until I figure this out. Suggestions are desperately needed, Thank You.

        Comment


          #5
          Re: Adding SSL to Alpha Server

          Changing the listening port of the Alpha Server to 443 should work. Then https:/www.mydomain.com (with the https) will automatically point to 443, without giving additional port number on url.
          http:/www.mydomain.com (without the s) will continue to point to port 80.
          You said you have two instances of Alpha, may be you should shut down the instance of the Alpha that listens to port 80 and just leave the one with 443 and restart 443.

          Regards!

          Comment


            #6
            Re: Adding SSL to Alpha Server

            Originally posted by Mkpatil View Post
            Changing the listening port of the Alpha Server to 443 should work. Then https:/www.mydomain.com (with the https) will automatically point to 443, without giving additional port number on url.
            http:/www.mydomain.com (without the s) will continue to point to port 80.
            You said you have two instances of Alpha, may be you should shut down the instance of the Alpha that listens to port 80 and just leave the one with 443 and restart 443.

            Regards!
            The problem here is that we've implemented ID cards with qr codes embedded on them that use port 81 for our remote users. Changing the port would mean reprinting ID cards with the new port right? Also, why cant my internal users connect to my site by using its internal ip address anymore?

            Comment


              #7
              Re: Adding SSL to Alpha Server

              If you bind an IP address to the Alpha Server, you can only access that server using that binding IP address. If you leave the IP address blank, you can access it using multiple IP addresses or localhost, etc.
              Are Internal users using a different IP address to access?

              Capture.JPG

              Regards.

              Comment


                #8
                Re: Adding SSL to Alpha Server

                Originally posted by Mkpatil View Post
                If you bind an IP address to the Alpha Server, you can only access that server using that binding IP address. If you leave the IP address blank, you can access it using multiple IP addresses or localhost, etc.
                Are Internal users using a different IP address to access?

                [ATTACH=CONFIG]40858[/ATTACH]

                Regards.
                I dont have that setting set, it is blank. My internal users enter the IP address of the hosting machine which is something like "192.168.x.x:81" This takes them to the home page of my site and they navigate from there as needed. (I will be changing the port to the default 443)

                When I added the SSL, you could no longer hit the site internally by typing this IP address, I'm wondering if I have done something wrong.

                Comment


                  #9
                  Re: Adding SSL to Alpha Server

                  Hi Ivan,

                  For any SSL communication you have to set your https:// protocol in the browser, so https://192.168.x.x:81 should get you to your page if you are using port 81 for SSL, but if you change it to the default port 443, then just https://192.168.x.x will also work.
                  Edhy Rijo
                  Progytech
                  (Computer Consultants)
                  The makers of CardTracking.Net
                  www.progytech.com

                  Comment


                    #10
                    Re: Adding SSL to Alpha Server

                    Originally posted by Progytech View Post
                    Hi Ivan,

                    For any SSL communication you have to set your https:// protocol in the browser, so https://192.168.x.x:81 should get you to your page if you are using port 81 for SSL, but if you change it to the default port 443, then just https://192.168.x.x will also work.
                    Thank You, I've left the office for the day, but I will give that a try tomorrow morning.

                    Comment


                      #11
                      Re: Adding SSL to Alpha Server

                      When I add the SSL and try to log onto my site internally I get this, any ideas?
                      001.PNG002.PNG

                      EDIT: Here are my assumptions, I think that the certificate can not be verified because I used a domain name with CA and not the internal IP address. So to counter this, I have two instances of the Alpha Web Server running, one for internal users that uses port 81, and one for external users that utilizes port 443. Is there any issues that I don't see that can result from running this kind of set up?
                      Last edited by Gustavo1478; 08-13-2015, 09:48 AM.

                      Comment


                        #12
                        Re: Adding SSL to Alpha Server

                        If you add SSL does that mean all pages must be secure https?
                        Thanks

                        Comment


                          #13
                          Re: Adding SSL to Alpha Server

                          I believe so, any page you access under the domain specified in your ssl certificate becomes secured https.

                          Comment


                            #14
                            Re: Adding SSL to Alpha Server

                            What about our internal / lan users whose addresses are to the server IP address

                            Comment


                              #15
                              Re: Adding SSL to Alpha Server

                              Well, thats the answer I'm looking for too. I tried entering https://192.x.x.x but as you see in post #11 I get that page. It allows me to continue to the site but the css go hay wire sometimes and looks unfamiliar. Confusing the the clients, but it does work once logged into the tabbed UI page. No issues externally though.

                              Comment

                              Working...
                              X